summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-10-03 03:29:21 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2023-10-03 03:29:21 -0600
commit8aacb14fcab1ef1efd0458fb4a97e81ec852f472 (patch)
treea7772c1ffdc1cfa95fd88456be91dce97bc27f64 /flake.lock
parent6717ada06dab28cfa70784556cd235d9de2ad874 (diff)
i've gone mad with power
/ attempted config from misterio77 to fix inputs errors // this created the default.nix files and commented out block in flake.nix // didn't work, misterio is insane / but misterio's nix-colors github tells you to pass it as a special arg into home-manager // was confused for a bit but got it as an extraSpecialArg cause of module bullshit /// good thing i had that old note or i'd have been stuck / now the inputs pass into home-manager // hoping to find a more elegant passthrough format / oh also moved home-manager's modules to modules folder because misterio does // probably because they're crazy but also because they've gone so deep it's somehow necessary for anything to work /// idk how or why, should have something to do with replacing/following default nix format? //// thus the default.nix files to add/override defaults? this is my longest commit message ever
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock99
1 files changed, 68 insertions, 31 deletions
diff --git a/flake.lock b/flake.lock
index e59e5c3..8e7f882 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,5 +1,21 @@
{
"nodes": {
+ "base16-schemes": {
+ "flake": false,
+ "locked": {
+ "lastModified": 1689473676,
+ "narHash": "sha256-L0RhUr9+W5EPWBpLcmkKpUeCEWRs/kLzVMF3Vao2ZU0=",
+ "owner": "tinted-theming",
+ "repo": "base16-schemes",
+ "rev": "d95123ca6377cd849cfdce92c0a24406b0c6a789",
+ "type": "github"
+ },
+ "original": {
+ "owner": "tinted-theming",
+ "repo": "base16-schemes",
+ "type": "github"
+ }
+ },
"catppuccin-alacritty": {
"flake": false,
"locked": {
@@ -120,17 +136,19 @@
"hyprland": {
"inputs": {
"hyprland-protocols": "hyprland-protocols",
- "nixpkgs": "nixpkgs",
+ "nixpkgs": [
+ "nixpkgs-unstable"
+ ],
"systems": "systems",
"wlroots": "wlroots",
"xdph": "xdph"
},
"locked": {
- "lastModified": 1696036148,
- "narHash": "sha256-7KCxZLMEQhjQXZVqVPZCxUR3lE+Z5heU7MmQjEtFFqU=",
+ "lastModified": 1696261738,
+ "narHash": "sha256-ujhtnd7vCZHJosOxTi4lgIyHA6iblYwXhx+ZS678fxw=",
"owner": "hyprwm",
"repo": "Hyprland",
- "rev": "86e8ed038f5b195cdf2548bc469f8f8bbc0caca8",
+ "rev": "b784931e678f907b1f1e41d04485fefd8a1faaf8",
"type": "github"
},
"original": {
@@ -164,50 +182,68 @@
"type": "github"
}
},
- "nixpkgs": {
+ "nix-colors": {
+ "inputs": {
+ "base16-schemes": "base16-schemes",
+ "nixpkgs-lib": "nixpkgs-lib"
+ },
"locked": {
- "lastModified": 1694767346,
- "narHash": "sha256-5uH27SiVFUwsTsqC5rs3kS7pBoNhtoy9QfTP9BmknGk=",
- "owner": "NixOS",
- "repo": "nixpkgs",
- "rev": "ace5093e36ab1e95cb9463863491bee90d5a4183",
+ "lastModified": 1695388192,
+ "narHash": "sha256-2jelpE7xK+4M7jZNyWL7QYOYegQLYBDQS5bvdo8XRUQ=",
+ "owner": "misterio77",
+ "repo": "nix-colors",
+ "rev": "37227f274b34a3b51649166deb94ce7fec2c6a4c",
"type": "github"
},
"original": {
- "owner": "NixOS",
- "ref": "nixos-unstable",
- "repo": "nixpkgs",
+ "owner": "misterio77",
+ "repo": "nix-colors",
"type": "github"
}
},
- "nixpkgs-unstable": {
+ "nixpkgs": {
"locked": {
- "lastModified": 1695830400,
- "narHash": "sha256-gToZXQVr0G/1WriO83olnqrLSHF2Jb8BPcmCt497ro0=",
+ "lastModified": 1696039360,
+ "narHash": "sha256-g7nIUV4uq1TOVeVIDEZLb005suTWCUjSY0zYOlSBsyE=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "8a86b98f0ba1c405358f1b71ff8b5e1d317f5db2",
+ "rev": "32dcb45f66c0487e92db8303a798ebc548cadedc",
"type": "github"
},
"original": {
"owner": "nixos",
- "ref": "nixos-unstable",
+ "ref": "nixos-23.05",
"repo": "nixpkgs",
"type": "github"
}
},
- "nixpkgs_2": {
+ "nixpkgs-lib": {
"locked": {
- "lastModified": 1695825837,
- "narHash": "sha256-4Ne11kNRnQsmSJCRSSNkFRSnHC4Y5gPDBIQGjjPfJiU=",
+ "lastModified": 1694911725,
+ "narHash": "sha256-8YqI+YU1DGclEjHsnrrGfqsQg3Wyga1DfTbJrN3Ud0c=",
+ "owner": "nix-community",
+ "repo": "nixpkgs.lib",
+ "rev": "819180647f428a3826bfc917a54449da1e532ce0",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-community",
+ "repo": "nixpkgs.lib",
+ "type": "github"
+ }
+ },
+ "nixpkgs-unstable": {
+ "locked": {
+ "lastModified": 1696019113,
+ "narHash": "sha256-X3+DKYWJm93DRSdC5M6K5hLqzSya9BjibtBsuARoPco=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "5cfafa12d57374f48bcc36fda3274ada276cf69e",
+ "rev": "f5892ddac112a1e9b3612c39af1b72987ee5783a",
"type": "github"
},
"original": {
"owner": "nixos",
- "ref": "nixos-23.05",
+ "ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
@@ -215,11 +251,11 @@
"nushell-scripts": {
"flake": false,
"locked": {
- "lastModified": 1695747169,
- "narHash": "sha256-Z2WZxgUB5zMMkz+C5iidB1LH4H5XLmd0nhx88TsxvNU=",
+ "lastModified": 1696266728,
+ "narHash": "sha256-1YPrrapNBvXEkEHvT57JTKMDH0Af71/5OgYEWJ973U0=",
"owner": "nushell",
"repo": "nu_scripts",
- "rev": "694701430662f08071cc1b88cb3fa438539c39ea",
+ "rev": "dae6115d4de2f5f8de976adebbf3b725ed531f07",
"type": "github"
},
"original": {
@@ -238,7 +274,8 @@
"catppuccin-starship": "catppuccin-starship",
"home-manager": "home-manager",
"hyprland": "hyprland",
- "nixpkgs": "nixpkgs_2",
+ "nix-colors": "nix-colors",
+ "nixpkgs": "nixpkgs",
"nixpkgs-unstable": "nixpkgs-unstable",
"nushell-scripts": "nushell-scripts",
"wallpapers": "wallpapers"
@@ -279,18 +316,18 @@
"flake": false,
"locked": {
"host": "gitlab.freedesktop.org",
- "lastModified": 1695919988,
- "narHash": "sha256-4RBgIZHaVqH0m1POnfzYRzwCWxifIKH4xQ0kCn2LGkA=",
+ "lastModified": 1696255886,
+ "narHash": "sha256-0KZfiqqREousitBgG1mkzKmmNX4tjOIWdbBm6MvRCjQ=",
"owner": "wlroots",
"repo": "wlroots",
- "rev": "c2aa7fd965cb7ee8bed24f4122b720aca8f0fc1e",
+ "rev": "5ef42e8e8adece098848fac53c721b6eb3818fc2",
"type": "gitlab"
},
"original": {
"host": "gitlab.freedesktop.org",
"owner": "wlroots",
"repo": "wlroots",
- "rev": "c2aa7fd965cb7ee8bed24f4122b720aca8f0fc1e",
+ "rev": "5ef42e8e8adece098848fac53c721b6eb3818fc2",
"type": "gitlab"
}
},