asdf
This commit is contained in:
parent
25fbcdd0f1
commit
bae5023350
2 changed files with 7 additions and 5 deletions
11
flake.lock
generated
11
flake.lock
generated
|
@ -19,16 +19,17 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1663551060,
|
||||
"narHash": "sha256-e2SR4cVx9p7aW/XnVsGsWZBplApA9ZJUjc0fejJhnYo=",
|
||||
"lastModified": 1714079963,
|
||||
"narHash": "sha256-M3cH7HNXElTPE+qL5PzA3lmLxaPByPCRfgkLsnnuQPs=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "8a5b9ee7b7a2b38267c9481f5c629c015108ab0d",
|
||||
"rev": "ed866611c54ac0793be05f198cbdcb82e329c52e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"id": "nixpkgs",
|
||||
"type": "indirect"
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
inputs.nixpkgs.url = "github:nixos/nixpkgs";
|
||||
outputs = { self, nixpkgs, flake-utils }:
|
||||
flake-utils.lib.eachDefaultSystem (system:
|
||||
let
|
||||
|
|
Loading…
Reference in a new issue