switch back to unstable
rebuilds are pain
This commit is contained in:
parent
f788451498
commit
850eb049cd
2 changed files with 6 additions and 5 deletions
7
flake.lock
generated
7
flake.lock
generated
|
|
@ -23,15 +23,16 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1624462271,
|
"lastModified": 1624271441,
|
||||||
"narHash": "sha256-bn8TVHKAf66poL0M2v7NiZyoMh/4YhiM2uqw3X2Gt/M=",
|
"narHash": "sha256-26QNDCdRE5mPOWYJrPGpVzgrJ3ZxqvWOONfeMsjryz4=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "75bd996363cee3a14a3535fff10fb96e19815817",
|
"rev": "7e567a3d092b7de69cdf5deaeb8d9526de230916",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
|
"ref": "nixos-unstable",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs = { url = "github:NixOS/nixpkgs"; };
|
nixpkgs = { url = "github:NixOS/nixpkgs/nixos-unstable"; };
|
||||||
home-manager = { url = "github:LavaDesu/home-manager/xsession-profilePath"; };
|
home-manager = { url = "github:LavaDesu/home-manager/xsession-profilePath"; };
|
||||||
secrets = { url = "github:LavaDesu/flakes-secrets"; };
|
secrets = { url = "github:LavaDesu/flakes-secrets"; };
|
||||||
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
outputs = inputs: with inputs;
|
outputs = inputs: with inputs;
|
||||||
let
|
let
|
||||||
revCount = "297538";
|
revCount = "297098";
|
||||||
base = { config, ... }: {
|
base = { config, ... }: {
|
||||||
system = {
|
system = {
|
||||||
configurationRevision = nixpkgs.lib.mkIf (self ? rev) self.rev;
|
configurationRevision = nixpkgs.lib.mkIf (self ? rev) self.rev;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue