chore: Update flake inputs

emmet-language-server is now in nixos-unstable.
This commit is contained in:
Donovan Glover 2023-12-04 14:34:28 -05:00
parent 90f5bd4b59
commit c9e52534d2
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
3 changed files with 13 additions and 10 deletions

18
flake.lock generated
View File

@ -169,11 +169,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1701071203, "lastModified": 1701676655,
"narHash": "sha256-lQywA7QU/vzTdZ1apI0PfgCWNyQobXUYghVrR5zuIeM=", "narHash": "sha256-wP8i7hO2aLNJhYoTK3kqoymaCLgt4QcwWcO8d/A1CjQ=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "db1878f013b52ba5e4034db7c1b63e8d04173a86", "rev": "948703f3e71f1332a0cb535ebaf5cb14946e3724",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -184,11 +184,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1701068326, "lastModified": 1701436327,
"narHash": "sha256-vmMceA+q6hG1yrjb+MP8T0YFDQIrW3bl45e7z24IEts=", "narHash": "sha256-tRHbnoNI8SIM5O5xuxOmtSLnswEByzmnQcGGyNRjxsE=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8cfef6986adfb599ba379ae53c9f5631ecd2fd9c", "rev": "91050ea1e57e50388fa87a3302ba12d188ef723a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -246,11 +246,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1700923005, "lastModified": 1701532764,
"narHash": "sha256-j1Isg4ln4bfgSGuETvYPzEdEIRc/tBPpLqXa+bfvBf0=", "narHash": "sha256-Jrizp/nITbul2HBIraQRDw5lyJnzTsj0K9wZUFYX2gg=",
"owner": "danth", "owner": "danth",
"repo": "stylix", "repo": "stylix",
"rev": "8b3f61727f3b86c27096c3c014ae602aa40670ba", "rev": "17a452c5d58bb90057d49c7e3e613b5e6dc1c0f4",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -79,6 +79,9 @@ in
# ctags # ctags
universal-ctags universal-ctags
# emmet
emmet-language-server
]; ];
editorconfig = { editorconfig = {

View File

@ -120,7 +120,7 @@
]; ];
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"osu-lazer-bin-2023.1114.1" "osu-lazer-bin-2023.1130.0"
]; ];
environment.defaultPackages = [ ]; environment.defaultPackages = [ ];