Server NixOS configs
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: oops, update lock

+7 -43
+7 -43
flake.lock
··· 1 1 { 2 2 "nodes": { 3 - "disko": { 4 - "inputs": { 5 - "nixpkgs": "nixpkgs" 6 - }, 7 - "locked": { 8 - "lastModified": 1768920986, 9 - "narHash": "sha256-CNzzBsRhq7gg4BMBuTDObiWDH/rFYHEuDRVOwCcwXw4=", 10 - "owner": "nix-community", 11 - "repo": "disko", 12 - "rev": "de5708739256238fb912c62f03988815db89ec9a", 13 - "type": "github" 14 - }, 15 - "original": { 16 - "owner": "nix-community", 17 - "ref": "latest", 18 - "repo": "disko", 19 - "type": "github" 20 - } 21 - }, 22 3 "easy-hosts": { 23 4 "locked": { 24 5 "lastModified": 1755470564, ··· 54 35 }, 55 36 "nixpkgs": { 56 37 "locked": { 57 - "lastModified": 1768661221, 58 - "narHash": "sha256-MJwOjrIISfOpdI9x4C+5WFQXvHtOuj5mqLZ4TMEtk1M=", 59 - "owner": "NixOS", 38 + "lastModified": 1777268161, 39 + "narHash": "sha256-bxrdOn8SCOv8tN4JbTF/TXq7kjo9ag4M+C8yzzIRYbE=", 40 + "owner": "nixos", 60 41 "repo": "nixpkgs", 61 - "rev": "3327b113f2ef698d380df83fbccefad7e83d7769", 42 + "rev": "1c3fe55ad329cbcb28471bb30f05c9827f724c76", 62 43 "type": "github" 63 44 }, 64 45 "original": { 65 - "owner": "NixOS", 66 - "ref": "nixpkgs-unstable", 46 + "owner": "nixos", 47 + "ref": "nixos-unstable", 67 48 "repo": "nixpkgs", 68 49 "type": "github" 69 50 } ··· 83 64 "type": "github" 84 65 } 85 66 }, 86 - "nixpkgs_2": { 87 - "locked": { 88 - "lastModified": 1777268161, 89 - "narHash": "sha256-bxrdOn8SCOv8tN4JbTF/TXq7kjo9ag4M+C8yzzIRYbE=", 90 - "owner": "nixos", 91 - "repo": "nixpkgs", 92 - "rev": "1c3fe55ad329cbcb28471bb30f05c9827f724c76", 93 - "type": "github" 94 - }, 95 - "original": { 96 - "owner": "nixos", 97 - "ref": "nixos-unstable", 98 - "repo": "nixpkgs", 99 - "type": "github" 100 - } 101 - }, 102 67 "root": { 103 68 "inputs": { 104 - "disko": "disko", 105 69 "easy-hosts": "easy-hosts", 106 70 "flake-parts": "flake-parts", 107 - "nixpkgs": "nixpkgs_2" 71 + "nixpkgs": "nixpkgs" 108 72 } 109 73 } 110 74 },