Use Flakes

This commit is contained in:
Paul-Henri Froidmont 2021-07-02 01:47:30 +02:00
parent 6be5927c61
commit bf7f910f23
6 changed files with 119 additions and 5 deletions

59
flake.lock generated Normal file
View file

@ -0,0 +1,59 @@
{
"nodes": {
"home-manager": {
"inputs": {
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1625162737,
"narHash": "sha256-IzKTw2u/EKVr6TCQYylSAcOnrVRpir3wG3MUHj2LsTc=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "7df6656b113ce0d39c8b7d30915cafe046e1d64e",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1624922035,
"narHash": "sha256-OiIxJQuMRkICxaUwY3xMBbrPPu20de/n7tVYnWzLvS4=",
"path": "/nix/store/jc7qnirghr97cvwv84nyxi7iqil0jj8a-source",
"rev": "3a8d7958a610cd3fec3a6f424480f91a1b259185",
"type": "path"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1624922035,
"narHash": "sha256-OiIxJQuMRkICxaUwY3xMBbrPPu20de/n7tVYnWzLvS4=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "3a8d7958a610cd3fec3a6f424480f91a1b259185",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"home-manager": "home-manager",
"nixpkgs": "nixpkgs_2"
}
}
},
"root": "root",
"version": 7
}