System : Revert to older commit while waiting for AMDGPU fix.
This commit is contained in:
parent
e62bbf5dd7
commit
553b7ecfc5
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
# inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
inputs.nixpkgs.url = "github:nixos/nixpkgs/952b64947e0b1300600dda555db35d09122b9612";
|
||||
outputs = { self, nixpkgs }@inputs: {
|
||||
nixosConfigurations.dasha = nixpkgs.lib.nixosSystem {
|
||||
modules = [ ./host/dasha/Configuration.nix ];
|
||||
|
|
Reference in a new issue