mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: updated nur
This commit is contained in:
parent
4b3f30a7b7
commit
d39003dabf
5 changed files with 28 additions and 15 deletions
|
|
@ -23,17 +23,4 @@ in
|
|||
inherit system;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
|
||||
nur =
|
||||
import
|
||||
(final.fetchFromGitHub {
|
||||
owner = "nix-community";
|
||||
repo = "nur";
|
||||
rev = "9bf273a054250a990e3751cc7ae280c6ff5b4220";
|
||||
hash = "sha256-2Cr9RYM276lo1a9g3QaflZy7/TxtDXpAhxWF3WsEPhQ=";
|
||||
})
|
||||
{
|
||||
nurpkgs = final;
|
||||
pkgs = final;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue