mirror of
https://github.com/kmein/niveum
synced 2026-03-20 20:01:08 +01:00
feat: build laptops from stable
This commit is contained in:
28
flake.lock
generated
28
flake.lock
generated
@@ -110,11 +110,11 @@
|
|||||||
},
|
},
|
||||||
"nixos-stable": {
|
"nixos-stable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1674868155,
|
"lastModified": 1675061157,
|
||||||
"narHash": "sha256-eFNm2h6fNbgD7ZpO4MHikCB5pSnCJ7DTmwPisjetmwc=",
|
"narHash": "sha256-F7/F65ZFWbq7cKSiV3K2acxCv64jKaZZ/K0A3VNT2kA=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "ce20e9ebe1903ea2ba1ab006ec63093020c761cb",
|
"rev": "f413457e0dd7a42adefdbcea4391dd9751509025",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -126,11 +126,11 @@
|
|||||||
},
|
},
|
||||||
"nixos-unstable": {
|
"nixos-unstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1674641431,
|
"lastModified": 1675115703,
|
||||||
"narHash": "sha256-qfo19qVZBP4qn5M5gXc/h1MDgAtPA5VxJm9s8RUAkVk=",
|
"narHash": "sha256-4zetAPSyY0D77x+Ww9QBe8RHn1akvIvHJ/kgg8kGDbk=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "9b97ad7b4330aacda9b2343396eb3df8a853b4fc",
|
"rev": "2caf4ef5005ecc68141ecb4aac271079f7371c44",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -158,11 +158,11 @@
|
|||||||
},
|
},
|
||||||
"retiolum": {
|
"retiolum": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1674748815,
|
"lastModified": 1675123215,
|
||||||
"narHash": "sha256-X1tPCbPu9Q8727DE8mjfSDyw/PkDkepTgSq2Ke7uXkg=",
|
"narHash": "sha256-vls9vYgMSJ5RsJhpAZRx2shq0Th6+Iv3Z9joUQKl7cw=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "a396ad8139cb934e36f0bf0bde84786b2704c6bd",
|
"rev": "cade545bb010d99da2ba90c2a1e2999b8acebb75",
|
||||||
"revCount": 276,
|
"revCount": 278,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.thalheim.io/Mic92/retiolum"
|
"url": "https://git.thalheim.io/Mic92/retiolum"
|
||||||
},
|
},
|
||||||
@@ -210,11 +210,11 @@
|
|||||||
"stockholm": {
|
"stockholm": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1674939172,
|
"lastModified": 1675155279,
|
||||||
"narHash": "sha256-vjevdxJcZaq6Tw1GhAM23dkHHOoN2hiqTfT1hBEZEEU=",
|
"narHash": "sha256-FINd6mAU6iE3usOgGeWDFfOzj4Hk5YPv4LY9Ee1nCww=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "e01e296e5d34aa74a4d6edf8203b3dd015a94112",
|
"rev": "35b57b0d6c512d6f35d9534220c2eb20240f2e90",
|
||||||
"revCount": 11278,
|
"revCount": 11324,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://cgit.lassul.us/stockholm"
|
"url": "https://cgit.lassul.us/stockholm"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -165,7 +165,7 @@
|
|||||||
if externalNetwork ? name
|
if externalNetwork ? name
|
||||||
then externalNetwork.${name}
|
then externalNetwork.${name}
|
||||||
else "${name}.r";
|
else "${name}.r";
|
||||||
unstable = name == "kabsa" || name == "manakish";
|
unstable = false; # name == "kabsa" || name == "manakish";
|
||||||
sources =
|
sources =
|
||||||
["nix-writers" "nixpkgs" "retiolum" "stockholm"]
|
["nix-writers" "nixpkgs" "retiolum" "stockholm"]
|
||||||
++ {
|
++ {
|
||||||
|
|||||||
Reference in New Issue
Block a user