add flake.nix
This commit is contained in:
parent
1fe4f82762
commit
106a8b2687
2 changed files with 26 additions and 0 deletions
11
flake.lock
generated
Normal file
11
flake.lock
generated
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"inputs": {
|
||||
"nixpkgs": {
|
||||
"inputs": {},
|
||||
"narHash": "sha256-NB+H7zK3BB//zM127FqgbG4iAfY+nS/IOyO+uGWA5Ho=",
|
||||
"originalUrl": "nixpkgs",
|
||||
"url": "github:edolstra/nixpkgs/7845bf5f4b3013df1cf036e9c9c3a55a30331db9"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
}
|
||||
15
flake.nix
Normal file
15
flake.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
description = "Nix User Repository";
|
||||
|
||||
epoch = 201909;
|
||||
|
||||
outputs = { self, nixpkgs }:
|
||||
{
|
||||
overlay = final: prev: {
|
||||
nur = import ./default.nix {
|
||||
nurpkgs = nixpkgs;
|
||||
pkgs = nixpkgs.pkgs;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue