switch back to unstable
rebuilds are pain
This commit is contained in:
parent
0ebbac113c
commit
2f58a31d18
2 changed files with 6 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
inputs = {
|
||||
nixpkgs = { url = "github:NixOS/nixpkgs"; };
|
||||
nixpkgs = { url = "github:NixOS/nixpkgs/nixos-unstable"; };
|
||||
home-manager = { url = "github:LavaDesu/home-manager/xsession-profilePath"; };
|
||||
secrets = { url = "github:LavaDesu/flakes-secrets"; };
|
||||
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
outputs = inputs: with inputs;
|
||||
let
|
||||
revCount = "296773";
|
||||
revCount = "297098";
|
||||
base = { config, ... }: {
|
||||
system = {
|
||||
configurationRevision = nixpkgs.lib.mkIf (self ? rev) self.rev;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue