flake.nix | upstream update
This commit is contained in:
parent
6b642140e2
commit
c6ef107543
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
builtins.elem (lib.getName pkg) ["widevine-cdm"];
|
||||
colmena = {
|
||||
meta = {
|
||||
nixpkgs = import nixpkgs {system = "x86_64-linux";};
|
||||
nixpkgs = import nixpkgs {stdenv.hostPlatform.system = "x86_64-linux";};
|
||||
specialArgs = {inherit inputs outputs;};
|
||||
};
|
||||
# ace = import ./hosts/ace/colmena.nix; # Acer C720
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue