remove external impermanence library

This commit is contained in:
2023-01-04 02:18:03 +00:00
parent 7b02477486
commit 175bc0709f
2 changed files with 0 additions and 19 deletions

16
flake.lock generated
View File

@@ -36,21 +36,6 @@
"type": "github" "type": "github"
} }
}, },
"impermanence": {
"locked": {
"lastModified": 1668668915,
"narHash": "sha256-QjY4ZZbs9shwO4LaLpvlU2bO9J1juYhO9NtV3nrbnYQ=",
"owner": "nix-community",
"repo": "impermanence",
"rev": "5df9108b346f8a42021bf99e50de89c9caa251c3",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "impermanence",
"type": "github"
}
},
"mobile-nixos": { "mobile-nixos": {
"flake": false, "flake": false,
"locked": { "locked": {
@@ -116,7 +101,6 @@
"root": { "root": {
"inputs": { "inputs": {
"home-manager": "home-manager", "home-manager": "home-manager",
"impermanence": "impermanence",
"mobile-nixos": "mobile-nixos", "mobile-nixos": "mobile-nixos",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
"nixpkgs-stable": "nixpkgs-stable", "nixpkgs-stable": "nixpkgs-stable",

View File

@@ -18,7 +18,6 @@
url = "github:Mic92/sops-nix"; url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
impermanence.url = "github:nix-community/impermanence";
uninsane = { uninsane = {
url = "git+https://git.uninsane.org/colin/uninsane"; url = "git+https://git.uninsane.org/colin/uninsane";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
@@ -32,7 +31,6 @@
mobile-nixos, mobile-nixos,
home-manager, home-manager,
sops-nix, sops-nix,
impermanence,
uninsane uninsane
}: let }: let
patchedPkgs = system: nixpkgs.legacyPackages.${system}.applyPatches { patchedPkgs = system: nixpkgs.legacyPackages.${system}.applyPatches {
@@ -58,7 +56,6 @@
./modules ./modules
(import ./hosts/instantiate.nix name) (import ./hosts/instantiate.nix name)
home-manager.nixosModule home-manager.nixosModule
impermanence.nixosModule
sops-nix.nixosModules.sops sops-nix.nixosModules.sops
{ {
nixpkgs.overlays = [ nixpkgs.overlays = [