mirror of
https://codeberg.org/icewind/cube.git
synced 2026-06-03 12:04:10 +02:00
specificy nixpkgs
This commit is contained in:
parent
6c0ea49f51
commit
7c2db32507
2 changed files with 8 additions and 5 deletions
12
flake.lock
generated
12
flake.lock
generated
|
|
@ -17,14 +17,16 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1676253841,
|
"lastModified": 1685043448,
|
||||||
"narHash": "sha256-jhuI8Mmky8VCD45OoJEuF6HdPLFBwNrHA0ljjZ/zkfw=",
|
"narHash": "sha256-U3BwyDc2OzBcZ8tD09qXibyivgOtOQFTFCVgFyJ+6MM=",
|
||||||
"path": "/nix/store/l9wr42c9j4cydpanidi6amch940qbzap-source",
|
"owner": "NixOS",
|
||||||
"rev": "a45a8916243a7d27acc358f4fc18c4491f3eeca8",
|
"repo": "nixpkgs",
|
||||||
"type": "path"
|
"rev": "9886352ec9ab3945896ee8a4185e961fe29df209",
|
||||||
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"id": "nixpkgs",
|
"id": "nixpkgs",
|
||||||
|
"ref": "nixos-22.11",
|
||||||
"type": "indirect"
|
"type": "indirect"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
flake-utils.url = "github:numtide/flake-utils";
|
flake-utils.url = "github:numtide/flake-utils";
|
||||||
|
nixpkgs.url = "nixpkgs/nixos-22.11";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, flake-utils }: let
|
outputs = { self, nixpkgs, flake-utils }: let
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue