feat: switched back to main for impermanence

This commit is contained in:
Leyla Becker 2026-01-15 20:09:21 -06:00
parent ff08812447
commit e6e53141ce
3 changed files with 6 additions and 8 deletions

11
flake.lock generated
View file

@ -138,16 +138,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1762761176, "lastModified": 1767822991,
"narHash": "sha256-i3gM8fUozQrgZIbwVNlTuhLqPSl56zxAYpsQpQ9Lhro=", "narHash": "sha256-iyrn9AcPZCoyxX4OT8eMkBsjG7SRUQXXS/V1JzxS7rA=",
"owner": "jan-leila", "owner": "nix-community",
"repo": "impermanence", "repo": "impermanence",
"rev": "ffbe1ca47cf4b3008c3aa5c49cdae294d8c8058a", "rev": "82e5bc4508cab9e8d5a136626276eb5bbce5e9c5",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "jan-leila", "owner": "nix-community",
"ref": "home-manager-v2",
"repo": "impermanence", "repo": "impermanence",
"type": "github" "type": "github"
} }

View file

@ -36,7 +36,7 @@
# delete your darlings # delete your darlings
impermanence = { impermanence = {
url = "github:jan-leila/impermanence/home-manager-v2"; url = "github:nix-community/impermanence";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager"; inputs.home-manager.follows = "home-manager";
}; };

View file

@ -29,7 +29,6 @@
common-modules common-modules
++ [ ++ [
sops-nix.homeManagerModules.sops sops-nix.homeManagerModules.sops
impermanence.homeManagerModules.impermanence
../modules/home-manager-modules ../modules/home-manager-modules
]; ];