Commit bd8b78b
Changed files (2)
flake.lock
@@ -792,22 +792,6 @@
}
},
"nixpkgs_10": {
- "locked": {
- "lastModified": 1765779637,
- "narHash": "sha256-KJ2wa/BLSrTqDjbfyNx70ov/HdgNBCBBSQP3BIzKnv4=",
- "owner": "nixos",
- "repo": "nixpkgs",
- "rev": "1306659b587dc277866c7b69eb97e5f07864d8c4",
- "type": "github"
- },
- "original": {
- "owner": "nixos",
- "ref": "nixos-unstable",
- "repo": "nixpkgs",
- "type": "github"
- }
- },
- "nixpkgs_11": {
"locked": {
"lastModified": 1769789167,
"narHash": "sha256-kKB3bqYJU5nzYeIROI82Ef9VtTbu4uA3YydSk/Bioa8=",
@@ -921,11 +905,11 @@
},
"nixpkgs_8": {
"locked": {
- "lastModified": 1767767207,
- "narHash": "sha256-Mj3d3PfwltLmukFal5i3fFt27L6NiKXdBezC1EBuZs4=",
+ "lastModified": 1770181073,
+ "narHash": "sha256-ksTL7P9QC1WfZasNlaAdLOzqD8x5EPyods69YBqxSfk=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "5912c1772a44e31bf1c63c0390b90501e5026886",
+ "rev": "bf922a59c5c9998a6584645f7d0de689512e444c",
"type": "github"
},
"original": {
@@ -937,11 +921,11 @@
},
"nixpkgs_9": {
"locked": {
- "lastModified": 1770181073,
- "narHash": "sha256-ksTL7P9QC1WfZasNlaAdLOzqD8x5EPyods69YBqxSfk=",
+ "lastModified": 1765779637,
+ "narHash": "sha256-KJ2wa/BLSrTqDjbfyNx70ov/HdgNBCBBSQP3BIzKnv4=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "bf922a59c5c9998a6584645f7d0de689512e444c",
+ "rev": "1306659b587dc277866c7b69eb97e5f07864d8c4",
"type": "github"
},
"original": {
@@ -953,27 +937,51 @@
},
"noctalia": {
"inputs": {
- "nixpkgs": "nixpkgs_8"
+ "nixpkgs": [
+ "nixpkgs"
+ ],
+ "noctalia-qs": "noctalia-qs"
},
"locked": {
- "lastModified": 1771375091,
- "narHash": "sha256-Y5P0RYO9NKxa4UZBoGmmxtz3mEwJrBOfvdLJRGjV2Os=",
+ "lastModified": 1772404434,
+ "narHash": "sha256-WjIQ8jCfriQVlatkr/qCoPEth4hNwFo6S5xZQ9y09Io=",
"owner": "noctalia-dev",
"repo": "noctalia-shell",
- "rev": "dbfe3634df0c57faf9772cecae1f2e92bd04de66",
+ "rev": "573de3b211e1d992b5bd1e467e1eb01bf99475e1",
"type": "github"
},
"original": {
"owner": "noctalia-dev",
- "ref": "v4.5.0",
+ "ref": "v4.6.1",
"repo": "noctalia-shell",
"type": "github"
}
},
+ "noctalia-qs": {
+ "inputs": {
+ "nixpkgs": [
+ "noctalia",
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1772227064,
+ "narHash": "sha256-f821ZSoGpa/aXrWq0gPpea9qBnX8KDyavGKkptz2Mog=",
+ "owner": "noctalia-dev",
+ "repo": "noctalia-qs",
+ "rev": "0741d27d2f7db567270f139c5d1684614ecf9863",
+ "type": "github"
+ },
+ "original": {
+ "owner": "noctalia-dev",
+ "repo": "noctalia-qs",
+ "type": "github"
+ }
+ },
"nur": {
"inputs": {
"flake-parts": "flake-parts_5",
- "nixpkgs": "nixpkgs_9"
+ "nixpkgs": "nixpkgs_8"
},
"locked": {
"lastModified": 1770267663,
@@ -1167,7 +1175,7 @@
},
"silentSDDM": {
"inputs": {
- "nixpkgs": "nixpkgs_10"
+ "nixpkgs": "nixpkgs_9"
},
"locked": {
"lastModified": 1769900466,
@@ -1399,7 +1407,7 @@
"advisory-db": "advisory-db",
"crane": "crane",
"flake-parts": "flake-parts_7",
- "nixpkgs": "nixpkgs_11",
+ "nixpkgs": "nixpkgs_10",
"pre-commit-hooks": "pre-commit-hooks",
"rust-overlay": "rust-overlay"
},
flake.nix
@@ -28,7 +28,8 @@
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
- noctalia.url = "github:noctalia-dev/noctalia-shell/v4.5.0";
+ noctalia.url = "github:noctalia-dev/noctalia-shell/v4.6.1";
+ noctalia.inputs.nixpkgs.follows = "nixpkgs";
nur.url = "github:nix-community/NUR";