this repo has no description

chore: update Flakes

hauleth.dev f6c94342 84f9416f

verified
Changed files
+20 -23
+19 -19
flake.lock
···
]
},
"locked": {
-
"lastModified": 1722609272,
-
"narHash": "sha256-Kkb+ULEHVmk07AX+OhwyofFxBDpw+2WvsXguUS2m6e4=",
+
"lastModified": 1722924007,
+
"narHash": "sha256-+CQDamNwqO33REJLft8c26NbUi2Td083hq6SvAm2xkU=",
"owner": "lnl7",
"repo": "nix-darwin",
-
"rev": "f7142b8024d6b70c66fd646e1d099d3aa5bfec49",
+
"rev": "91010a5613ffd7ee23ee9263213157a1c422b705",
"type": "github"
},
"original": {
···
]
},
"locked": {
-
"lastModified": 1722462338,
-
"narHash": "sha256-ss0G8t8RJVDewA3MyqgAlV951cWRK6EtVhVKEZ7J5LU=",
+
"lastModified": 1723399884,
+
"narHash": "sha256-97wn0ihhGqfMb8WcUgzzkM/TuAxce2Gd20A8oiruju4=",
"owner": "nix-community",
"repo": "home-manager",
-
"rev": "6e090576c4824b16e8759ebca3958c5b09659ee8",
+
"rev": "086f619dd991a4d355c07837448244029fc2d9ab",
"type": "github"
},
"original": {
···
"lix": {
"flake": false,
"locked": {
-
"lastModified": 1720626042,
-
"narHash": "sha256-f8k+BezKdJfmE+k7zgBJiohtS3VkkriycdXYsKOm3sc=",
-
"rev": "2a4376be20d70feaa2b0e640c5041fb66ddc67ed",
+
"lastModified": 1723503926,
+
"narHash": "sha256-Rosl9iA9MybF5Bud4BTAQ9adbY81aGmPfV8dDBGl34s=",
+
"rev": "bcaeb6388b8916ac6d1736e3aa2b13313e6a6bd2",
"type": "tarball",
-
"url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/2a4376be20d70feaa2b0e640c5041fb66ddc67ed.tar.gz"
+
"url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/bcaeb6388b8916ac6d1736e3aa2b13313e6a6bd2.tar.gz?rev=bcaeb6388b8916ac6d1736e3aa2b13313e6a6bd2"
},
"original": {
"type": "tarball",
-
"url": "https://git.lix.systems/lix-project/lix/archive/2.90.0.tar.gz"
+
"url": "https://git.lix.systems/lix-project/lix/archive/2.91.0.tar.gz"
}
},
"lix-module": {
···
]
},
"locked": {
-
"lastModified": 1720641669,
-
"narHash": "sha256-yEO2cGNgzm9x/XxiDQI+WckSWnZX63R8aJLBRSXtYNE=",
-
"rev": "5c48c833c15bb80d127a398a8c2484d42fdd8257",
+
"lastModified": 1723510904,
+
"narHash": "sha256-zNW/rqNJwhq2lYmQf19wJerRuNimjhxHKmzrWWFJYts=",
+
"rev": "622a2253a071a1fb97a4d3c8103a91114acc1140",
"type": "tarball",
-
"url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/5c48c833c15bb80d127a398a8c2484d42fdd8257.tar.gz"
+
"url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/622a2253a071a1fb97a4d3c8103a91114acc1140.tar.gz"
},
"original": {
"type": "tarball",
-
"url": "https://git.lix.systems/lix-project/nixos-module/archive/2.90.0.tar.gz"
+
"url": "https://git.lix.systems/lix-project/nixos-module/archive/2.91.0.tar.gz"
}
},
"nixpkgs": {
"locked": {
-
"lastModified": 1722415718,
-
"narHash": "sha256-5US0/pgxbMksF92k1+eOa8arJTJiPvsdZj9Dl+vJkM4=",
+
"lastModified": 1723603349,
+
"narHash": "sha256-VMg6N7MryOuvSJ8Sj6YydarnUCkL7cvMdrMcnsJnJCE=",
"owner": "NixOS",
"repo": "nixpkgs",
-
"rev": "c3392ad349a5227f4a3464dce87bcc5046692fce",
+
"rev": "daf7bb95821b789db24fc1ac21f613db0c1bf2cb",
"type": "github"
},
"original": {
+1 -4
flake.nix
···
};
lix-module = {
-
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.90.0.tar.gz";
+
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.0.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};
···
# TODO: Automatically discover and build that
darwinConfigurations."NiunioBook" =
-
(import ./hosts/niuniobook.nix {inherit inputs;})
-
.system;
-
darwinConfigurations."MacBook-Pro" =
(import ./hosts/niuniobook.nix {inherit inputs;})
.system;