flake: update configInputs

This commit is contained in:
Mateusz Słodkowicz 2023-10-08 16:38:42 +02:00
parent ef9fa061e6
commit 08819b8107
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
2 changed files with 10 additions and 7 deletions

View File

@ -13,16 +13,16 @@
"locked": {
"lastModified": 1696774666,
"narHash": "sha256-kqSXbAPQdkUadGsQL/bH9FBV/y4+d2g3GJxJHafquS4=",
"ref": "inputs",
"owner": "materusPL",
"repo": "nixos-config",
"rev": "cae14663b542afa8140c72b8aa42cd42cf7b0151",
"revCount": 5,
"type": "git",
"url": "file:/materus/config/nixos-config"
"type": "github"
},
"original": {
"owner": "materusPL",
"ref": "inputs",
"type": "git",
"url": "file:/materus/config/nixos-config"
"repo": "nixos-config",
"type": "github"
}
},
"emacs-overlay": {

View File

@ -14,7 +14,10 @@
ref = "mock";
};
configInputs = {
url = "git+file:/materus/config/nixos-config?ref=inputs";
type = "github";
owner = "materusPL";
repo = "nixos-config";
ref = "inputs";
inputs = {
nixpkgs.follows = "nixpkgs";
};