remove nix-darwin input

This commit is contained in:
Adithya 2023-06-10 13:36:44 +05:30
parent 5524721426
commit 74eacd6f45
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
2 changed files with 0 additions and 26 deletions

View file

@ -33,27 +33,6 @@
"type": "github"
}
},
"darwin": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1686210161,
"narHash": "sha256-cgP8P2Gk4WtOzd/Y7nEmweLpPOtMKVvHCIcq9zm9qMk=",
"owner": "lnl7",
"repo": "nix-darwin",
"rev": "40e4b85baac86969f94d6dba893aeae015c562c1",
"type": "github"
},
"original": {
"owner": "lnl7",
"ref": "master",
"repo": "nix-darwin",
"type": "github"
}
},
"flake-compat": {
"flake": false,
"locked": {
@ -310,7 +289,6 @@
},
"root": {
"inputs": {
"darwin": "darwin",
"home-manager": "home-manager",
"impermanence": "impermanence",
"lanzaboote": "lanzaboote",

View file

@ -6,9 +6,6 @@
url = "github:NixOS/nixpkgs/nixos-unstable";
};
darwin.url = "github:lnl7/nix-darwin/master";
darwin.inputs.nixpkgs.follows = "nixpkgs";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
@ -32,7 +29,6 @@
outputs = {
self,
nixpkgs,
darwin,
home-manager,
impermanence,
lanzaboote,