scanner fix landed on unstable
This commit is contained in:
parent
c1cfebfbea
commit
b7ad6ed4bf
2 changed files with 2 additions and 26 deletions
17
flake.lock
17
flake.lock
|
@ -153,22 +153,6 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs-scanner-fix": {
|
||||
"locked": {
|
||||
"lastModified": 1626998298,
|
||||
"narHash": "sha256-JEf6Mp6YpuqXXLW8tY3eN6WIAe7gdsjgfSJYb/75GIE=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "de3a208b73248a1f0478695b22fe51d2c25baa7f",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "de3a208b73248a1f0478695b22fe51d2c25baa7f",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs-stable": {
|
||||
"locked": {
|
||||
"lastModified": 1628186972,
|
||||
|
@ -225,7 +209,6 @@
|
|||
"neuron": "neuron",
|
||||
"nixos-hardware": "nixos-hardware",
|
||||
"nixpkgs-nixos-unstable": "nixpkgs-nixos-unstable",
|
||||
"nixpkgs-scanner-fix": "nixpkgs-scanner-fix",
|
||||
"nixpkgs-stable": "nixpkgs-stable",
|
||||
"nur": "nur"
|
||||
}
|
||||
|
|
11
flake.nix
11
flake.nix
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
description = "NixOS configuration with flakes";
|
||||
outputs = { self, flake-utils, home-manager, nixpkgs-nixos-unstable, nixpkgs-stable, nixos-hardware, nur, agenix, neuron, nixpkgs-scanner-fix } @ inputs:
|
||||
outputs = { self, flake-utils, home-manager, nixpkgs-nixos-unstable, nixpkgs-stable, nixos-hardware, nur, agenix, neuron } @ inputs:
|
||||
|
||||
let
|
||||
mkServer = pkgs: system: hostname:
|
||||
|
@ -42,7 +42,7 @@
|
|||
};
|
||||
foureighty = mkWorkstation nixpkgs-stable "x86_64-linux" "foureighty";
|
||||
skinnyv = mkWorkstation nixpkgs-stable "x86_64-linux" "skinnyv";
|
||||
brix = mkServer nixpkgs-scanner-fix "x86_64-linux" "brix";
|
||||
brix = mkServer nixpkgs-nixos-unstable "x86_64-linux" "brix";
|
||||
vultr1 = mkServer nixpkgs-stable "x86_64-linux" "vultr1";
|
||||
};
|
||||
};
|
||||
|
@ -61,13 +61,6 @@
|
|||
ref = "nixos-21.05";
|
||||
};
|
||||
|
||||
nixpkgs-scanner-fix = {
|
||||
type = "github";
|
||||
owner = "NixOS";
|
||||
repo = "nixpkgs";
|
||||
ref = "de3a208b73248a1f0478695b22fe51d2c25baa7f";
|
||||
};
|
||||
|
||||
nixos-hardware = {
|
||||
type = "github";
|
||||
owner = "NixOS";
|
||||
|
|
Loading…
Reference in a new issue