Compare commits
1 Commits
34034a3550
...
0bd2b56890
Author | SHA1 | Date | |
---|---|---|---|
0bd2b56890
|
14
flake.lock
generated
14
flake.lock
generated
@@ -235,11 +235,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1755506074,
|
"lastModified": 1755449842,
|
||||||
"narHash": "sha256-SztuKbAPppW5grMJLSGO5rBCXEWCOfhb39cPDONEUfo=",
|
"narHash": "sha256-u9V4hAryxP626EQlkwrAesyKbFssX7ovGp2wcW5y528=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "ac85b6f608ed88d424621ec30f3848d621383487",
|
"rev": "10930e85d60f2eba7509d1f3ab2e54e6a5c0698a",
|
||||||
"revCount": 6,
|
"revCount": 5,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.karaolidis.com/karaolidis/nix-lib.git"
|
"url": "https://git.karaolidis.com/karaolidis/nix-lib.git"
|
||||||
},
|
},
|
||||||
@@ -423,10 +423,10 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1755506147,
|
"lastModified": 1755504599,
|
||||||
"narHash": "sha256-B4e60+9j1cMEhAjpvgcNSSJbzPe2CUpAo2av15xd/0M=",
|
"narHash": "sha256-6IUG0ifidEx/rTXW+btUadQBpxHIYwTVbfNgISqcUlE=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "ebe2f986fc82df849d879f5b0af403c78ead2002",
|
"rev": "b4a963c034d5806709099fa29c7ac304ba5996f8",
|
||||||
"revCount": 10,
|
"revCount": 10,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://git@karaolidis.com/karaolidis/nix-sas.git"
|
"url": "ssh://git@karaolidis.com/karaolidis/nix-sas.git"
|
||||||
|
@@ -119,9 +119,8 @@
|
|||||||
system:
|
system:
|
||||||
let
|
let
|
||||||
patcher = unpatchedInputs.flake-input-patcher.lib.${system};
|
patcher = unpatchedInputs.flake-input-patcher.lib.${system};
|
||||||
patches = import ./patches.nix { inherit patcher; };
|
|
||||||
in
|
in
|
||||||
if patches != { } then patcher.patch unpatchedInputs patches else unpatchedInputs;
|
patcher.patch unpatchedInputs (import ./patches.nix { inherit patcher; });
|
||||||
|
|
||||||
mkNixosConfiguration =
|
mkNixosConfiguration =
|
||||||
inputs: system: modules:
|
inputs: system: modules:
|
||||||
|
@@ -1,4 +0,0 @@
|
|||||||
{ inputs, ... }:
|
|
||||||
{
|
|
||||||
nix.registry.sas.flake = inputs.sas;
|
|
||||||
}
|
|
@@ -57,7 +57,6 @@
|
|||||||
../common/configs/system/zsh
|
../common/configs/system/zsh
|
||||||
|
|
||||||
./configs/globalprotect
|
./configs/globalprotect
|
||||||
./configs/nix
|
|
||||||
./configs/pki
|
./configs/pki
|
||||||
./configs/ssh
|
./configs/ssh
|
||||||
|
|
||||||
|
Submodule submodules/lib updated: ac85b6f608...10930e85d6
Submodule submodules/sas updated: ebe2f986fc...b4a963c034
Reference in New Issue
Block a user