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": { "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": {

View File

@ -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";
}; };