switch back to unstable

rebuilds are pain
This commit is contained in:
LavaDesu 2021-06-23 22:53:47 +07:00
parent f788451498
commit 850eb049cd
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 6 additions and 5 deletions

View file

@ -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 = "297538";
revCount = "297098";
base = { config, ... }: {
system = {
configurationRevision = nixpkgs.lib.mkIf (self ? rev) self.rev;