Skip to content

Commit

Permalink
chore: Clean up deprecated stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
TLATER committed Jan 5, 2025
1 parent 5a56443 commit 5906288
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs-stable.follows = "nixpkgs";
};
impermanence.url = "github:nix-community/impermanence";

Expand Down
2 changes: 1 addition & 1 deletion home-config/config/non-nixos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
};
};

nixpkgs.overlays = [ flake-inputs.nurpkgs.overlay ];
nixpkgs.overlays = [ flake-inputs.nurpkgs.overlays.default ];

home.sessionVariables = {
NIX_PATH = "nixpkgs=${flake-inputs.nixpkgs}";
Expand Down
2 changes: 1 addition & 1 deletion nixos-config/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
validateSopsFiles = false;
};

nixpkgs.overlays = [ flake-inputs.nurpkgs.overlay ];
nixpkgs.overlays = [ flake-inputs.nurpkgs.overlays.default ];

home-manager = {
useGlobalPkgs = true;
Expand Down

0 comments on commit 5906288

Please sign in to comment.