flake: update configInputs
This commit is contained in:
parent
ef9fa061e6
commit
08819b8107
12
flake.lock
12
flake.lock
|
@ -13,16 +13,16 @@
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1696774666,
|
"lastModified": 1696774666,
|
||||||
"narHash": "sha256-kqSXbAPQdkUadGsQL/bH9FBV/y4+d2g3GJxJHafquS4=",
|
"narHash": "sha256-kqSXbAPQdkUadGsQL/bH9FBV/y4+d2g3GJxJHafquS4=",
|
||||||
"ref": "inputs",
|
"owner": "materusPL",
|
||||||
|
"repo": "nixos-config",
|
||||||
"rev": "cae14663b542afa8140c72b8aa42cd42cf7b0151",
|
"rev": "cae14663b542afa8140c72b8aa42cd42cf7b0151",
|
||||||
"revCount": 5,
|
"type": "github"
|
||||||
"type": "git",
|
|
||||||
"url": "file:/materus/config/nixos-config"
|
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
"owner": "materusPL",
|
||||||
"ref": "inputs",
|
"ref": "inputs",
|
||||||
"type": "git",
|
"repo": "nixos-config",
|
||||||
"url": "file:/materus/config/nixos-config"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"emacs-overlay": {
|
"emacs-overlay": {
|
||||||
|
|
|
@ -14,7 +14,10 @@
|
||||||
ref = "mock";
|
ref = "mock";
|
||||||
};
|
};
|
||||||
configInputs = {
|
configInputs = {
|
||||||
url = "git+file:/materus/config/nixos-config?ref=inputs";
|
type = "github";
|
||||||
|
owner = "materusPL";
|
||||||
|
repo = "nixos-config";
|
||||||
|
ref = "inputs";
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.follows = "nixpkgs";
|
nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue