nixpkgs-unstable

main
Zynh Ludwig 2024-06-28 19:40:26 -07:00
parent 6c3cbb5613
commit 2e4ba223d8
2 changed files with 25 additions and 0 deletions

23
flake.lock Normal file
View File

@ -0,0 +1,23 @@
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 0,
"narHash": "sha256-ECni+IkwXjusHsm9Sexdtq8weAq/yUyt1TWIemXt3Ko=",
"path": "/nix/store/bi5zxc0v5g6ylygdwyqzh280sccg3ykb-source",
"type": "path"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}

View File

@ -1,4 +1,6 @@
{
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
outputs =
{ nixpkgs, ... }: {
packages."x86_64-linux".default = derivation