explicitly pin nixpkgs
This commit is contained in:
parent
171bc5481f
commit
835da97333
2 changed files with 14 additions and 8 deletions
|
|
@ -3,7 +3,10 @@
|
|||
|
||||
nixConfig.bash-prompt = "\[\\e[1m\\e[34mhuepaper-dev\\e[0m:\\w\]$ ";
|
||||
|
||||
inputs.flake-utils.url = "github:numtide/flake-utils";
|
||||
inputs = {
|
||||
nixpkgs.url = github:nixos/nixpkgs/nixos-unstable;
|
||||
flake-utils.url = github:numtide/flake-utils;
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, flake-utils }:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue