diff options
author | Preston Pan <preston@nullring.xyz> | 2024-07-20 01:32:46 -0700 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-07-20 01:32:46 -0700 |
commit | 3fab894b0b6ffd4edbd61b294ba0d7a4fb5176b1 (patch) | |
tree | a6daf41eab29e30e0311596c693db706d382a86c /flake.nix | |
parent | 82ee51a8e9ff67054788a86c501dad99ed5b070f (diff) |
current flake lock file builds all desired packages
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,9 +16,9 @@ }; nur.url = "github:nix-community/NUR"; - wallpapers.url = "github:ret2pop/wallpapers"; sops-nix.url = "github:Mic92/sops-nix"; scripts.url = "github:ret2pop/scripts"; + wallpapers.url = "github:ret2pop/wallpapers"; }; outputs = { nixpkgs, home-manager, nur, disko, ... }@attrs: { |