Remove sops (#37)

This commit is contained in:
Patrick Stevens
2024-03-26 00:00:04 +00:00
committed by GitHub
parent 028817765e
commit 15e603063a
2 changed files with 1 additions and 42 deletions

38
flake.lock generated
View File

@@ -178,22 +178,6 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs-stable_2": {
"locked": {
"lastModified": 1705033721,
"narHash": "sha256-K5eJHmL1/kev6WuqyqqbS1cdNnSidIZ3jeqJ7GbrYnQ=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "a1982c92d8980a0114372973cbdfe0a307f1bdea",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "release-23.05",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1706006310, "lastModified": 1706006310,
@@ -232,7 +216,6 @@
"emacs": "emacs", "emacs": "emacs",
"home-manager": "home-manager", "home-manager": "home-manager",
"nixpkgs": "nixpkgs_2", "nixpkgs": "nixpkgs_2",
"sops-nix": "sops-nix",
"whisper": "whisper" "whisper": "whisper"
} }
}, },
@@ -252,27 +235,6 @@
"type": "github" "type": "github"
} }
}, },
"sops-nix": {
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"nixpkgs-stable": "nixpkgs-stable_2"
},
"locked": {
"lastModified": 1706130372,
"narHash": "sha256-fHZxKH1DhsXPP36a2vJ91Zy6S+q6+QRIFlpLr9fZHU8=",
"owner": "Mic92",
"repo": "sops-nix",
"rev": "4606d9b1595e42ffd9b75b9e69667708c70b1d68",
"type": "github"
},
"original": {
"owner": "Mic92",
"repo": "sops-nix",
"type": "github"
}
},
"systems": { "systems": {
"locked": { "locked": {
"lastModified": 1681028828, "lastModified": 1681028828,

View File

@@ -31,16 +31,14 @@
}; };
outputs = { outputs = {
self,
darwin, darwin,
emacs, emacs,
nixpkgs, nixpkgs,
home-manager, home-manager,
sops-nix,
apple-silicon, apple-silicon,
whisper, whisper,
... ...
} @ inputs: let }: let
config = { config = {
# contentAddressedByDefault = true; # contentAddressedByDefault = true;
allowUnfree = true; allowUnfree = true;
@@ -104,7 +102,6 @@
}; };
in [ in [
./darwin-configuration.nix ./darwin-configuration.nix
sops-nix.nixosModules.sops
home-manager.darwinModules.home-manager home-manager.darwinModules.home-manager
{ {
home-manager.useGlobalPkgs = true; home-manager.useGlobalPkgs = true;