Testing umoria
This commit is contained in:
parent
8d5c4b724b
commit
09138e72d9
4 changed files with 22 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
{
|
||||
stable.url = github:nixos/nixpkgs/release-21.11;
|
||||
unstable.url = github:nixos/nixpkgs/nixos-unstable;
|
||||
nixpkgs-dev.url = github:aciceri/nixpkgs;
|
||||
|
||||
nur.url = github:nix-community/NUR;
|
||||
|
||||
|
@ -34,6 +35,7 @@
|
|||
{ self
|
||||
, digga
|
||||
, unstable
|
||||
, nixpkgs-dev
|
||||
, home
|
||||
, nixos-hardware
|
||||
, darwin
|
||||
|
@ -126,6 +128,7 @@
|
|||
suites = with profiles; rec {
|
||||
base = [ core users.ccr users.root ];
|
||||
};
|
||||
nixpkgs-dev = inputs.nixpkgs-dev.legacyPackages.aarch64-linux;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue